To change the labels of navigation links
The section of the Top.htm file that begins <script language="javascript"> contains information about the links that display in a task list.
Caution! Create a backup of your existing files before making any changes to the iMIS desktop.
Note: If you edit the file in FrontPage, you will have to select the HTML tab at the bottom of the window.
var tablestart='<table cellpadding="0" cellspacing="0" border="0"><tr><td>';
var sep='<span class="separator"></span>';
var homelink='<span id="asihomelink" onmouseout="topunframe(\'asihomelink\'); "
onmouseover="topframe(\'asihomelink\'); " onclick="CheckNavState();
TopActivate(\'asihomelink\'); LoadHomePage(); SetLeftNavLoc(\'lefthome.htm\'); " class="navlinktop">Home</span>';
var custlink='<span id="asimemlink" onmouseout="topunframe(\'asimemlink\');"
onmouseover="topframe(\'asimemlink\');" onclick="TopActivate(\'asimemlink\');
CheckNavState();SetLeftNavLoc(\'../Customers/LeftCust-Main.htm\');"
class="navlinktop">Customers</span>';
10.6 Production Release. Updated 1/18/2006 11:52:38 AM
© Copyright by Advanced Solutions International, Inc.
All rights reserved.